From 60e1b37f9c08a89f9ed75b2d7ee6073103bfd078 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 30 May 1993 21:46:11 +0000 Subject: [PATCH] * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add the configuration name mips-mips-usg* to represent USG systems. --- configure1.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure1.in b/configure1.in index b24dfb18af2..918f284e33f 100755 --- a/configure1.in +++ b/configure1.in @@ -686,6 +686,10 @@ case "${configuration}" in ## the BSD world." I'll assume that these are instructions for ## handling two odd situations, and that every other situation ## should use mips.h and usg5-2-2, they being listed first. + mips-mips-usg* ) + machine=mips4 + ## Fall through to the general code at the bottom to decide on the OS. + ;; mips-mips-riscos4* ) machine=mips4 opsys=bsd4-3 ;; -- 2.30.2